home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / bailer.swf / scripts / DefineSprite_431 / frame_1 / DoAction.as
Text File  |  2013-04-24  |  156b  |  12 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_parent._parent.isMouseDown)
  4.    {
  5.       this.play();
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. };
  12.